const github.com/andybalholm/brotli.minRatio
3 uses
github.com/andybalholm/brotli (current package)
compress_fragment_two_pass.go#L670: const minRatio = 0.98
compress_fragment_two_pass.go#L676: if float64(num_literals) < minRatio*corpus_size {
compress_fragment_two_pass.go#L680: var max_total_bit_cost float64 = corpus_size * 8 * minRatio / sampleRate
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |